home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILEFIND / FFF / PCHRT.H < prev    next >
Encoding:
Text File  |  1990-01-25  |  1.0 KB  |  20 lines

  1. /*--------------------------------------------------------------------------*/
  2. /* Function prototypes for Ryle Design's excellent PCHRT High Resolution    */
  3. /* Timer package conditionally used for instrumentation.                    */
  4. /*                                                                            */
  5. /*        Ryle Design                                                            */
  6. /*        P.O. Box 22                                                            */
  7. /*        Mt. Pleasant, MI  48804                                                */
  8. /*        (517) 773-0587                                                        */
  9. /*--------------------------------------------------------------------------*/
  10.  
  11. void t_entry   (int TimerNum);                /* Start specified timer        */
  12. void t_exit    (int TimerNum);                /* Stop specified timer            */
  13. void t_name    (int TimerNum, char *Name);    /* Associate name with timer    */
  14.                                             /* for report                    */
  15. void t_report  (int Destination);            /* Produce report of timer      */
  16.                                             /* activity                        */
  17. void t_resume  (int TimerNum);                /* Resume a suspended timer        */
  18. int  t_start   (void);                        /* Initialize PCHRT functions    */
  19. void t_stop    (void);                        /* Shut down PCHRT functions    */
  20. void t_suspend (int TimerNum);                /* Suspend an active timer        */